home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / race135.zip / BBSRACE.DOC < prev    next >
Text File  |  1992-10-04  |  7KB  |  186 lines

  1.  
  2.                          BBS Drag Racing Ver. 1.35
  3.                               Sept 11, 1992
  4.  
  5.                        Neubauer Applications Uncorp.
  6.                              P.O. Box 1446 
  7.                           Corpus Christi, Texas 
  8.                             78403-1446  U.S.A.
  9.                      Originated from Virtual Reality BBS 
  10.                            of Corpus Christi, Tx
  11.                          BBS phone : 512-992-4496
  12.  
  13.                           Setup of BBS Drag Racing
  14.  
  15.    Feel free to distributed this software any where.  This is a Working
  16.    Version of BBS Drag Racing... There are No Shareware screens or delays.
  17.    All I ask is that you keep the Original Files in tact and distribute
  18.    them as a package. 
  19.  
  20.    Warranty : There is NO Warranty.  
  21.  
  22.    If you would like the newest release of this game, Just Call the 
  23.    Virtual Reality BBS to find out what the latest revision is and how much 
  24.    it's going for.  If you need help or a modification to the existing program
  25.    so that it will run on your BBS.. just Call and leave a message on my BBS..
  26.    and I'll try to get back with you as soon as I can..
  27.  
  28.    To REGISTER your copy for your BBS simply Send a Donation of $25.00 to
  29.  
  30.                        Chris Neubauer
  31.                        P.O. Box 1446
  32.                        Corpus Christi, Texas  78403-1446
  33.  
  34.    Along with the following information;
  35.  
  36.         Your Name      _________________________
  37.         Your BBS Name  _________________________
  38.         Your address   _________________________
  39.         Your BBS Phone _________________________
  40.         The Version Number of BBS Drag Racing that you have  ______.
  41.  
  42.  
  43.    Please Allow at least 3 weeks for delivery.
  44.  
  45.    Add $5.00 if you want the newest release sent Uploaded to your BBS or
  46.    Sent on disk to you.. (state 5.25" or 3.5" disks).
  47.    Otherwise you will receive your registration code only..
  48.  
  49.  
  50.  
  51.   SysOp Information:
  52.  
  53.        BBS Drag Racing Should Run on almost any BBS.. given the right data
  54.        in the configuration file..
  55.  
  56.        The Following Files Should be in the same directory as BBSRACE.EXE :
  57.  
  58.                     PLYRFILE.DTA   <---- if missing BBSRACE Will Create.
  59.                      BBSRACE.CFG   <---- Modify this file for your BBS.
  60.                      BBSRACE.DOC   <---- The file your reading now.
  61.                         RACE.EMU   <---- Ansi Protocol for Drag Racing.
  62.                      BBSRACE.EXE   <---- Executable file.
  63.                      DragRac.ans   <---- Graphic screen for Drag Racing.
  64.  
  65.  
  66.  
  67.  Running BBS Drag Racing in Local mode :
  68.  
  69.      You may run BBS Drag Racing in the Local mode by typing the following
  70.      at the DOS prompt
  71.  
  72.           C:>BBSRACE 1 Your Name
  73.  
  74.        The first parameter is a valid com port number the second is the
  75.        users first name and the third is the users last name.
  76.  
  77.    Note : if any parameters are passed to BBSRACE it will assume Local
  78.           Mode and won't work on your BBS.
  79.  
  80.  
  81.  
  82.  Running BBS Drag Racing on your BBS :
  83.  
  84.        To run BBS Drag Racing on your BBS you will need to know what your
  85.        BBS uses as a user file that is "DORINFO1.DEF", "CALLINFO.BBS"
  86.        "USERFILE" etc..  If you don't Know What line numbers that your
  87.        userfile uses for User's first names and Last names and Baud
  88.        Rates, You'll need to look at them using a text editor and figure
  89.        out which line has this information..
  90.  
  91.        If your userfile is not a text file, that is, a binary file or
  92.        or something else then you might try using QKDOOR.EXE to convert
  93.        your user file into a text type file.
  94.  
  95.        If your userfile has a Time left line and a Time Limit Line
  96.        then BBS Drag Racing will use that information if you tell it
  97.        where to find it..
  98.  
  99.  NEW:    BBS Drag Racing Now supports Systems that use Chain.Txt user file.
  100.        for reading the amount of time a user has left..(in Seconds)
  101.        check out the BBSRACE.Cfg file for more info.
  102.  
  103.        The BBSRACE.CFG file has an example of how to set this up on a BBS
  104.        that uses a "Chain.Txt" and a "Dorinfo.def" file..
  105.        Simply plug in the appropriate information, set up your batch file
  106.        or whatever it is that you do to run a door.. and your all set.
  107.  
  108.        If You have Registered BBS Drag Racing with the Author (me), It is very
  109.        important to make sure that the upper and lower case letters are
  110.        correct in your registration number.
  111.  
  112.        BBS Drag Racing will detect a Carrier Loss and return to the system.
  113.        It will update the players Status in the player data file.
  114.        
  115.  
  116. Sample Door Batch File:
  117. =======================
  118.  
  119. Rem      Batch file for the BBS Drag Racing Door
  120. Rem
  121. @echo off
  122. cd\BBS
  123. cd\doors\BBSRACE
  124. BBSRACE             <------ Note : No Parameters....
  125. cd\BBS
  126. BBSLoad.bat         <------ batch file to reload BBS
  127.  
  128. Sample BBSRACE.CFG: (uses chain.txt userfile)
  129. ==================
  130. 123456789                   <------ Registration Number
  131. 1                           <------ Comm port number
  132. 2400                        <------ baud rate
  133. Mickey Mouse SysOp          <------ SysOp's Name
  134. Pluto's BBS                 <------ BBS Name
  135. C:\WWIV                     <------ Directory of BBS (dorinfo, Chain.txt, etc)
  136. Chain.Txt                   <------ Name of Userfile (dorinfo1.def etc)
  137. 2                           <------ Line number of user first name
  138. 2                           <------ Line number of user last name
  139. 20                          <------ Line number of user baud rate
  140. 16                          <------ Line number of user time limit for Game
  141. 0 0                         <------ Line number of user time used (0 0 =None)
  142. 0                           <------ Don't Use RTS handshaking.
  143. 0                           <------ Don't Use CTS handshaking.
  144. ***************************************************************************
  145.  
  146. Sample BBSRACE.CFG: (uses dorinfo1.def userfile)
  147. ==================
  148. 12345678                    <------ Top line Registration Number (Line 1)
  149. 2                           <------ Number of Comm port
  150. 9600                        <------ Baud Rate
  151. Chris Neubauer              <------ SySop Name
  152. Virtual Reality             <------ BBS Name
  153. C:\MyBBS                    <------ BBS Directory
  154. Dorinfo1.def                <------ Name Of BBS Caller Info file
  155. 7                           <------ Line Number Of User's First Name
  156. 8                           <------ Line Number Of User's Last Name
  157. 5                           <------ Line Number Of User's Baud Rate
  158. 12                          <------ Time Limit line (or time left in Minutes)
  159. 0 0                         <------ Time Used Line   (See info in BBSRACE.CFG)
  160. 1                           <------ Use RTS handshaking.
  161. 1                           <------ Use CTS handshaking.
  162.  
  163. DORINFO1.DEF from Your BBS directory:
  164. ========================================
  165.  
  166. Your BBS Name Would be here.
  167. Your/SysOp First Name
  168. Your/SysOp Last Name
  169. COM2
  170. 0 BAUD,N,8,1
  171. 0
  172. User First Name
  173. User Last Name
  174. ANYTOWN, USA
  175. 2
  176. 100
  177. 59
  178.  
  179. *******************************************************************************
  180.  
  181.        I hope you enjoy playing BBS Drag Racing..
  182.  
  183.  
  184.  
  185.  
  186.  end of document.